home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / sun3.md / netStubs.s < prev    next >
Encoding:
Text File  |  1992-06-16  |  824 b   |  24 lines

  1. /*
  2.  *
  3.  * netStubs.s --
  4.  *
  5.  *     Stubs for the Net_ system calls.
  6.  *
  7.  * Copyright 1966, 1988 Regents of the University of California
  8.  * Permission to use, copy, modify, and distribute this
  9.  * software and its documentation for any purpose and without
  10.  * fee is hereby granted, provided that the above copyright
  11.  * notice appear in all copies.  The University of California
  12.  * makes no representations about the suitability of this
  13.  * software for any purpose.  It is provided "as is" without
  14.  * express or implied warranty.
  15.  *
  16.  * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/netStubs.s,v 1.3 92/06/16 11:54:19 jhh Exp $ SPRITE (Berkeley)
  17.  *
  18.  */
  19.  
  20. #include "userSysCallInt.h"
  21. SYS_CALL(Net_InstallRoute, SYS_NET_INSTALL_ROUTE)
  22. SYS_CALL(Net_GetRoutes, SYS_NET_GET_ROUTES)
  23. SYS_CALL(Net_DeleteRoute, SYS_NET_DELETE_ROUTE)
  24.